IniSwitch

Initial Setup Properties

Common (Voice and Data)

Field

File

Section

Runtime Properties

Common (Voice and Data)

GotoNode

Result

Methods

Common (Voice and Data)

TakeCall

Events

Common (Voice and Data)

Condition

Enter

Exit

VoiceError

Overview

IniSwitch searches for a entry in a Windows initialization (.INI) file and routes the call depending on the result found. You can set the filename, section name, and field name of the entry you wish to test. The Result property is set from the data found. The filename, section name, entry name, and tested conditions can all contain control names. Pattern matching is performed on the collected digits using exit conditions in the same way as in the DataSwitch.

If the INI file entry is not found, the call is routed through the Not Found node. If the entry is found, but there are no conditions set, the call is transferred to the Found node. If conditions are set, but there is no match between the data field and any of the conditions, the call is transferred to the No Match node. If a match is found between the value obtained and one of the conditions, the call is routed to the appropriate node, otherwise the call is routed to the Default node.